home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / MISCEOUS / DISKZINE.LZH / STSTORY.BAT < prev    next >
DOS Batch File  |  1988-07-31  |  869b  |  42 lines

  1. echo off
  2. rem ststory.bat
  3. :begin
  4. cls
  5. echo                     Alternate Dimensions of Reality
  6. echo                               issue one
  7. echo .
  8. echo                         Star Trek Story Menu
  9. echo .
  10. echo           F1 - A Bird in the Hand
  11. echo                     Jenne Stanbrook
  12. echo .
  13. echo           F2 - A Wee Bit O' Blarney
  14. echo                     Frank Laney
  15. echo .
  16. echo           F3 - The Logical Thing To Do
  17. echo                     Leah Parker
  18. echo .
  19. funky/ldl/    enter choice or ESC to return to story menu
  20. if not errorlevel 1 goto esc
  21. if not errorlevel 59 goto begin
  22. if errorlevel 62 goto begin
  23. if errorlevel 61 goto f3_typed
  24. if errorlevel 60 goto f2_typed
  25. cls
  26. more < birdhand.doc
  27. pause
  28. goto begin
  29. :f2_typed
  30. cls
  31. more < blarney.doc
  32. pause
  33. goto begin
  34. :f3_typed
  35. cls
  36. more < logical.doc
  37. pause
  38. goto begin
  39. :esc
  40. stories
  41.  
  42.